Make merging from gnulib a script, not a makefile action.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 02:33:13 +0000 (19:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 May 2012 02:33:13 +0000 (19:33 -0700)
commit1b4574dfb4738abb2772323edda725a24365eaa1
treee52c2f34120df62ac96d76f4d8239f55c07a71e1
parent64be0c2d573e071e3b4881ada3744b7b96470990
Make merging from gnulib a script, not a makefile action.

Putting it in a makefile has some problems with reflection, as
merging from gnulib updates 'configure', which can update the makefile.
Putting it in a standalone script breaks this loop.
* Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4)
(GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib):
Remove, moving the actions to the script admin/merge-gnulib.
* admin/merge-gnulib: New script, with actions moved here from
../Makefile.in.
ChangeLog
Makefile.in
admin/ChangeLog
admin/merge-gnulib [new file with mode: 0755]